func github.com/golang/protobuf/proto.unquoteC
3 uses
github.com/golang/protobuf/proto (current package)
text_decode.go#L499: name, err := unquoteC(tok.value[1:len(tok.value)-1], rune(tok.value[0]))
text_decode.go#L594: unq, err := unquoteC(p.s[1:i], rune(p.s[0]))
text_decode.go#L664: func unquoteC(s string, quote rune) (string, error) {
The pages are generated with Golds v0.4.9. (GOOS=linux GOARCH=amd64)